@charset "utf-8";
.cl {
	zoom: 1;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.w80 {width: 80%;margin: 0 auto;}
.w50{width:50%;}
.w33 {width:33.33333%;}
.w25 {width:25%;}
.w20 {width:20%;}
.w16 {/* width:16.66666%; */}

.bgcolor_blue {background: #1464FF}
.bgcolor_orange {background: #ff512a;}
.colorblue {color: #1464FF}
.colororange {color: #ff512a;}
.bgcolor_white{background: #FFFFFF;}


.A_title {border-left: 4px;border-radius: 0px 5px 5px 0;padding: 30px 0 15px 0;}
.A_title font {float: left;border-radius: 3px;display: block;border-left: 5px solid #1465FF;padding-left: 10px;}
.A_title font h1 {font-size: 28px;color: #222222;line-height: 30px;}

.C_four{ display: block;}
.C_four .C_four-li{display: block;width: calc(25% - 24px );float: left;text-align: center;background: #fff linear-gradient(0deg, #EDF3FC 0%, #fff 100%);border-radius: 26px;border: 2px solid #fff;box-shadow: 0 10px 20px 0 rgb(170 192 230 / 75%);padding: 30px 0;margin: 0 10px;}
.C_four .C_four-li h1{display: block;font-size: 18px;color: #28344A;padding: 0px 0 10px 0;}


.A_factoryul{display: block;padding: 0px 25px;}
.A_factoryul .A_factoryli{
    float: left;
    width: 50%;
    padding: 10px 0;
}
.A_factoryul .A_factoryli img{
	background-color: #f1f5fd;
	border: 1px solid #fff;
	color: #28344a;
	border-radius: 32px;
	font-size: 16px;
	color: #333;
	box-shadow: 0px 5px 10px 10px rgba(156, 173, 216, .19);
	text-decoration: none;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding: 15px 30px;
	}
.A_factoryul .A_factoryli:hover img {
	background-color: #dae5ff; 
	 box-shadow: 0px 10px 10px 10px rgba(164, 179, 218, 0.22);
}
.A_factoryul .A_factoryli p{
	line-height: 16px;
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
	}
.A_factoryul a {
	display: inline-block;
	/* float: right; */
	background-color: #ecf1fd;
	border: 2px solid #fff;
	color: #28344a;
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 16px;
	box-shadow: 0px 5px 10px 10px rgba(156, 173, 216, .19);
	margin-top: 10px;
}
.A_factoryul:hover a {
	background-color: #1465ff;
	border: 2px solid #1465ff;
	color: #fff;
}



.cloud-product-ul-li:first-child {
}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.product-introduce-list {
	margin: 0 auto;
	padding: 15px 30px 5px 30px;
	height: 70px;
	overflow: hidden;
}
.inner-01 {background: url(../images/img01.png) center no-repeat;
	background-size: cover;
}
.inner-02 {
	background: url(../images/img02.png) center no-repeat;
	background-size: cover;
}
.inner-03 {
	background: url(../images/img03.png) center no-repeat;
	background-size: cover;
}
.inner-04 {
	background: url(../images/img04.png) center no-repeat;
	background-size: cover;
}
.inner-05 {
	background: url(../images/img05.png) center no-repeat;
	background-size: cover;
}
/*.active-inner-01 {
//	background: url(../images/img01.jpg) center no-repeat;
//	background-size: cover;
//}
//.active-inner-02 {
//	background: url(../images/img02.jpg) center no-repeat; 
//	background-size: cover;
//}
//.active-inner-03 {
//	background: url(../images/img03.jpg) center no-repeat;
//	background-size: cover;
//}
//.active-inner-04 {
//	background: url(../images/img04.jpg) center no-repeat;
//	background-size: cover;
//}
//.active-inner-05 {
//	background: url(../images/img05.jpg) center no-repeat;
//	background-size: cover;
//}*/
.cloud-product-ul li.active .active-inner {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.cloud-product-ul li.active .normal-inner {
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.cloud-product-ul-li {
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear;
}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff;
	background: #1465ff;
}
.active .product-introduce-list {
	border-color: #8ab2ff;
}
.buy-link-btn:active {
	background-color: #1465ff;
}
.cloud-product-ul .cloud-product-ul-li:hover .buy-link-btn {
	background-color: #1465ff;
	border: 1px solid #1465ff;
	color: #fff;
}
.A_listspan span {
	background: #ddeeff;
	width: 100%;
	padding: 6px 0;
	display: block;
	text-align: center;
	border-radius: 100px;
	color: #1465ff;
	margin: 10px 0;
	font-size: 14px;
	box-shadow: 0 5px 30px rgba(21, 75, 207, 0.1);
}
.A_listspan01 {
	width: 80%;
	margin: 5px auto;
	height: 113px;
	overflow: hidden;
}

.cloud-product-ul {padding: 10px 0 20px 0;}
.cloud-product-ul .cloud-product-ul-li {
	position: relative;
	width: calc(20% - 50px);
	height: 500px;
	float: left;
	border-radius: 20px;
	/* background: #fff url(../images/bg01.png) center bottom no-repeat; */
	margin: 5px 8px;
	box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
}
.cloud-product-ul-li:first-child {
}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 300px;
}
.product-introduce-title {
	margin: 15px 0;
	height: 55px;
	line-height: 26px;
	font-size: 21px;
	/* text-align: center; */
	color: #fff;
	font-weight: normal;
	padding: 10px;
	overflow: hidden;
	/* background: #ECF1FD; */
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px 40px;
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 22px;
	font-size: 14px;
	color: #6e748c;
	text-align: center;
	height: 68px;
	overflow: hidden;
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	-moz-box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	/* background: #fff url(../images/bg01.png) center bottom no-repeat; */
	/* background-size: cover; */
}
.active-inner-01 {
	/* background: url(../images/bg01.png) center bottom no-repeat; */
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul-li.active {
	z-index: 9;
	width: calc(20% + 120px);
	-webkit-box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	-moz-box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff;
	background: #1465ff;
}
.active .product-introduce-list {
	border-color: #8ab2ff;
}
.introduce-list-large {
	margin: 0 auto;
	line-height: 22px;
	color: #6F7881;

	font-size: 14px;
	height: 70px;
	overflow: hidden;
}
.buy-link-btn {
	display: block;
	margin: 26px auto 0;
	width: 72%;
	height: 34px;
	line-height: 34px;
	background-color: #ecf1fd;
	color: #28344a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 200px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px 10px rgba(21, 75, 207, 0.1);
	text-align: center;
	font-size: 16px;
}
.buy-link-btn:active {
	background-color: #1465ff;
}
.buy-link-btn01 {
	display: block;
	margin: 26px auto 0;
	width: 72%;
	height: 34px;
	line-height: 34px;
	background-color: #ecf1fd;
	color: #28344a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 200px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px 10px rgba(21, 75, 207, 0.1);
	text-align: center;
	font-size: 16px;
}
.cloud-product-ul .cloud-product-ul-li:hover .buy-link-btn {
	background-color: #1465ff;
	border: 1px solid #1465ff;
	color: #fff;
}


.more{
    text-align: center;
}
.more a{display: inline-block;
	/* float: right; */
	background-color: #ecf1fd;
	border: 2px solid #fff;
	color: #28344a;
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 16px;
	box-shadow: 0px 5px 10px 10px rgba(156, 173, 216, .19);
	margin-top: 10px;}
.more:hover a{background-color: #1465ff;
	border: 2px solid #1465ff;
	color: #fff;}

.C-Wcloud{}
.C-WcloudL{float: left;width: calc( 50% - 10px);
	margin-bottom: 25px;}
.C-Wcloudbg{
	background: #fff;
	padding: 40px;
	background: linear-gradient(0deg, #ebf3ff 0%, #fff 100%);
	border-radius: 26px;
	border: 2px solid #fff;
	box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	}
.C-Wcloudbg-font{
    padding-left: 10px;
}
.C-Wcloudbg-font i{display: block;width: 66px;height: 4px;}
.C-Wcloudbg-font h1{
	font-size: 23px;
	font-weight: 400;
	color: #222222;
	line-height: 35px;
	margin: 10px 0 10px 0;
	display: block;
	overflow: hidden;
	height: 35px;
	}
.C-WcloudR{float: right;width: calc( 50% - 10px);
	margin-bottom: 25px;}

.C-Wcloudbg_ul{
    display: block;
}
.C-Wcloudbg_ul li{
    float: left;
    width: 33.3333%;
    text-align: center;
    margin: 10px auto;
}
.C-Wcloudbg_ul li font{display: block;width: calc( 100% - 50px);overflow: hidden;text-align: center;background: #fff;border-radius: 26px;border: 2px solid #fff;box-shadow: 0 10px 20px 0 rgb(170 192 230 / 75%);padding: 20px 14px;margin: 10px;margin: 0 auto;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;height: 160px;overflow: hidden;}
.C-Wcloudbg_ul li font img{
    -moz-transition: all 0.3s ease-in;
     -webkit-transition: all 0.3s ease-in; 
    -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in; 
}
.C-Wcloudbg_ul li:hover font,.C-Wcloudbg_ul01 li:hover font {
	background-color: #dae5ff; 
	 box-shadow: 0px 10px 10px 10px rgba(164, 179, 218, 0.22);
}


.C-Wcloudbg_ul li font p{line-height: 16px;padding-top: 15px;text-align: center;}

.C-Wcloudbg_ul01{
    display: block;
}
.C-Wcloudbg_ul01 li{
    float: left;
    width: 50%;
    display: block;
    width: 33.33333%;
}
.C-Wcloudbg_ul01 li font{display: block;width: calc( 100% - 50px);overflow: hidden;border-radius: 26px;border: 2px solid #fff;box-shadow: 0 10px 20px 0 rgb(170 192 230 / 75%);padding: 84px 15px;margin: 10px;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;text-align: center;height: 254px;overflow: hidden;background: #fff;}
.C-Wcloudbg_ul01 li font img{
    text-align: center;
    /* background: #fff linear-gradient(0deg, #EDF3FC 0%, #fff 100%); */
    /* border-radius: 26px; */
    /* border: 2px solid #fff; */
    /* box-shadow: 0 10px 20px 0 rgb(170 192 230 / 75%); */
    /* padding: 84px 40px; */
    /* margin: 10px; */
    -moz-transition: all 0.3s ease-in;
    /* -webkit-transition: all 0.3s ease-in; */
    -o-transition: all 0.3s ease-in;
    /* transition: all 0.3s ease-in; */
    }
.C-Wcloudbg_ul01 li font p{line-height: 16px;padding-top: 15px;text-align: center;}

/*数据统计滚动*/
.product-number-info {
	padding: 20px 0 30px 0;
	margin: 0px -10px;
}
.product-number-info.q:after {
	content: "";
	clear: both;
	display: table;
}
.product-number-info li {
	float: left;
	width: calc(25% - 24px);
	color: #222;
	padding-top: 1px;
	background: #fff;
	border-radius: 8px;
	margin: 0px 10px;
	text-align: center;
	padding: 25px 0;
	background: #fff linear-gradient(0deg, #EDF3FC 0%, #fff 100%);
	border-radius: 26px;
	border: 2px solid #fff;
	box-shadow: 0 10px 20px 0 rgba(170, 192, 230, .75);
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.product-number-info li: hover font {
	border: 2px solid #1465ff;
	background: #1465ff;
	color: #fff;
	box-shadow: 0px 9px 16px 0px rgba(21, 75, 207, 0.23);
}
.product-number-info li:hover i {
	color: #fff;
}
.product-number-info li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	display: block;
	position: relative;
	margin: 15px 0 10px;
}
.product-number-info li b i {
	font-style: normal;
	color: #1465ff;
	display: block;
}
.product-number-info li, .product-number-info li b i {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: color 0.5s all;
	-o-transition: 0.5s all;
}

.C-news{
    overflow: hidden;
}
.C-news li{float: left;width: calc( 33.33333% - 20px);overflow: hidden;margin: 10px;}
.C-news li font{
    /* margin: 10px; */
    display: block;
}
.C-news li font a{background: #FFFFFF;display: block;}
.C-news li:hover font a{background: #1465ff;}
.C-news li font a img{width: 100%;height: 400px;}
.C-news li font a span{display: block;padding: 20px 40px;}
.C-news li font a span h1{font-size: 20px;color: #222222;line-height: 32px;padding-bottom: 10px;}
.C-news li font a span p{font-size: 14px;color: #6F7881;line-height: 22px;padding-bottom: 10px;height: 38px;overflow: hidden;}
.C-news li font a span b{font-size: 14px;color: #1465FF;line-height: 9px;font-weight: normal;}
.C-news li:hover font a span h1{color: #fff;}
.C-news li:hover  font a span p{color: #fff;}
.C-news li:hover  font a span b{color: #fff;}

@media (max-width:1920px) {
.C-Wcloudbg_ul01 li font img{width: 100%;padding: 14px 0;}
.A_factoryul .A_factoryli img{padding: 10px;}



}



@media (max-width:1680px) {
.C-Wcloudbg_ul01 li font p{font-size: 16px;}
.C-Wcloudbg_ul01 li font img{width: 100%;padding: 10px 0;}
.A_factoryul .A_factoryli img{border-radius:25px;}
.w80 {width:94%;margin: 0 3%;}
.C_four .C_four-li h1{display: block;font-size: 17px;}
.A_factoryul .A_factoryli img{width:66%;padding: 10px;border-radius: 25px;}


}







@media (max-width:1440px) {
.C-Wcloudbg_ul01 li font p{/* font-size: 14px; */}
.product-number-info {padding: 20px 0 20px 0;}
.C-Wcloudbg{padding: 30px 20px;}
.product-introduce-title {padding:10px 25px;}
.A_factoryul{display: block;padding: 0px 15px;}
.C_four .C_four-li h1{display: block;font-size: 16px;}



}





@media (max-width:1366px) {
.C_four .C_four-li h1{display: block;font-size: 15px;}



}




@media (max-width:1280px) {
.C_four .C_four-li h1{display: block;font-size: 14px;}
.A_factoryul .A_factoryli p{font-size: 14px;}



}





@media (max-width:1080px) {
.A_factoryul .A_factoryli p{font-size: 12px;height: 18px;overflow: hidden;}
.C-news li font a span p{height:auto;}
.C-news li{float: left;width:100%;}
.product-number-info li {width: calc(50% - 24px);margin:10px;}
.C-Wcloudbg_ul01 li font{height:auto;padding: 30px 15px;}
.C-Wcloudbg_ul01 li font img{width: 100%;}
.C-WcloudL,.C-WcloudR{float: left;width:100%;}
.product-introduce-title {font-size:18px;}
.C_four .C_four-li{width: calc(50% - 24px );margin-bottom: 20px;}
.C_four .C_four-li h1{display: block;font-size: 14px;}
.A_factoryul .A_factoryli p{font-size: 14px;}

}





@media (max-width:768px) {
.C-WcloudR{margin-bottom:10px;}
.C-Wcloudbg_ul01 li font{padding: 10px 0px;border-radius: 15px;width: calc( 100% - 18px);}
.C-Wcloudbg_ul li font img{/* width:100%; */}
.C-Wcloudbg-font h1{font-size: 20px;margin:5px 0 5px 0;}
.C-Wcloudbg-font i{display: block;width:30px;height:3px;}
.cloud-product-ul {padding: 5px 0 0px 0;}
.product-introduce-title {margin:0px 0;font-size: 16px;height: 45px;}
.A_title {padding: 20px 0 10px 0;}
.A_title font h1 {font-size: 20px;line-height:24px;}
.A_factoryul .A_factoryli{padding:5px 0;}
.A_factoryul a {padding: 6px 20px;}
.C_four .C_four-li{width: calc(50% - 14px );margin-bottom: 20px;border-radius: 15px;padding: 20px 0;margin: 5px;}
.A_factoryul .A_factoryli img{padding:10px;border-radius:15px;}
.C-news li font a span{padding: 20px 20px;}
.C-Wcloudbg_ul li font{border-radius:15px;padding:10px 14px;width: calc( 100% - 34px);}
.C-Wcloudbg_ul li font p{padding-top: 10px;}
.C-Wcloudbg{padding: 25px 10px;border-radius: 15px;}
.A_factoryul{padding: 0px 5px;}
.product-number-info {padding:0px 0 0px 0;}
.cloud-product-ul .cloud-product-ul-li {width: calc(100% - 16px);height:200px;border-radius:10px;}
.product-introduce-title {line-height: 20px;}


}



@media (max-width:540px) {
.C-Wcloudbg_ul01 li font p{padding-top:0px;}
.C-Wcloudbg_ul01 li font{height: 188px;}
.C-Wcloudbg_ul li font{padding:10px 10px;height: 161px;}
.A_factoryul .A_factoryli p{font-size: 14px;}
.C_four .C_four-li h1{display: block;font-size: 12px;}


}



@media (max-width:360px) {



}